@charset "UTF-8";
@font-face {
  font-family: "remixicon";
  src: url("../font/remixicon.woff2?t=1655359854336") format("woff2"), url("../font/remixicon.woff?t=1655359854336") format("woff"), url("../font/remixicon.ttf?t=1655359854336") format("truetype");
}

.remixicon {
  font-family: "remixicon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite !important;
          animation: autofill-fix 1s infinite !important;
  /* 选择历史记录的文字颜色*/
  -webkit-text-fill-color: #666;
  transition: background-color 50000s ease-in-out 0s !important;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  background-image: none !important;
  /* 选择历史记录的背景颜色 */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
          box-shadow: 0 0 0 1000px transparent inset !important;
}

input[type="number"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", SourceHanSansCN, system-ui, sans-serif;
  /* font-family: Source Han Sans CN Regular, Arial, Helvetica, sans-serif; */
  -webkit-text-size-adjust: 100%;
}

.ershida {
  width: 100%;
  height: 240px;
  background: url("//i.bjwmb.gov.cn/p/2022/10/17/641996229a1b6a8357af8ba6aea879f6.jpg") no-repeat center top;
  position: relative;
  z-index: 12;
}

body.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

a {
  color: #3b3b3b;
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  outline: none;
}

p {
  word-wrap: break-word;
}

.tlho {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlht {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.container {
  width: 1500px;
  margin: 0 auto;
}

@font-face {
  font-family: "fzgyhjt";
  src: url("../font/fzgyhjt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.toast {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  z-index: 99;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.toast.in {
  -webkit-animation-name: contentZoomIn;
  animation-name: contentZoomIn;
}

.toast .text {
  text-align: center;
  max-width: 300px;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes contentZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }
}

@keyframes contentZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

img.fill {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  width: 1500px;
  margin: 0 auto;
}

.header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(243, 35, 35, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(243, 35, 35, 0.16);
  position: relative;
  z-index: 12;
}

.header .container {
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .logo {
  width: 152px;
  height: 62px;
  margin-right: 60px;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .mobile {
  display: none;
}

.header .nav .menu.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav .menu.wap {
  display: none;
}

.header .nav .menu {
  width: 914px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav .menu.pc li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.header .nav .menu.pc li .cell {
  text-align: center;
  position: relative;
}

.header .nav .menu li a {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 20px;
}

.header .nav .menu li .cell a.htitle {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 120px;
  color: #f4292a;
}

.header .nav .menu li a:hover {
  color: #f4292a;
}

.header .nav .menu li .cell span,
.header .nav .menu li .sub {
  display: none;
}

.header .header-tool {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.header .header-tool .weixin {
  width: 32px;
  height: 26px;
  background: url("../images/h-weixin.png") no-repeat center center;
}

.header .header-tool .wb {
  width: 32px;
  height: 28px;
  background: url("../images/h-weibo.png") no-repeat center center;
}

.header .header-tool .wb a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .header-tool .search {
  width: 30px;
  height: 30px;
  background: url("../images/icons/search-icon.png") no-repeat center center/cover;
}

.header .header-tool .search.down {
  background: url("../images/h2c-close.png") no-repeat center center;
  background-size: 24px;
}

.header .header-tool .cclogo {
  width: 170px;
}

.header .header-tool .user {
  width: 30px;
  height: 30px;
  background: url("../images/h-user.png") no-repeat center center;
}

.header .header-tool .weixin-drop {
  width: 120px;
  height: 120px;
  display: none;
  z-index: 12;
  position: absolute;
  top: 36px;
  left: -50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

.header .header-tool .weixin-drop canvas {
  width: 100%;
}

.search-page-wrap {
  margin: 0 auto;
  width: 400px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  overflow: hidden;
}

.search-page-wrap .dropdown-close {
  display: none;
}

.search-page-input {
  position: relative;
  padding-right: 100px;
}

.search-page-input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding-right: 100px;
  padding-left: 10px;
  font-size: 14px;
  width: 400px;
  height: 40px;
  color: #27282d;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search-page-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../images/icons/search-icon.png") no-repeat center center/cover;
  background-size: 24px;
}

.dropdown-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 105px;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  display: none;
  z-index: 11;
  padding: 50px 0 100px;
}

.dropdown-search .dropdown-search-wrap {
  margin: 0 auto;
  width: 860px;
  position: relative;
}

.dropdown-search .dropdown-search-wrap .dropdown-close {
  display: none;
}

.dropdown-search .dropdown-search-input {
  position: relative;
  padding-right: 100px;
}

.dropdown-search .dropdown-search-input::after, .dropdown-search .dropdown-search-input::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.dropdown-search .dropdown-search-input::before {
  width: 100%;
  background-color: #d1d1d1;
}

.dropdown-search .dropdown-search-input::after {
  width: 0;
  background-color: #000;
}

.dropdown-search .dropdown-search-input.focus::after {
  width: 100%;
  background-color: #000;
}

.dropdown-search .dropdown-search-input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding-right: 100px;
  padding-left: 10px;
  font-size: 18px;
  width: 853px;
  height: 50px;
  color: #27282d;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dropdown-search .dropdown-search-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../images/icons/search-icon.png") no-repeat center center/cover;
  background-size: 24px;
}

.dropdown-search .search-rela {
  margin-top: 40px;
}

.dropdown-search .search-rela h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #27282d;
  margin-bottom: 24px;
}

.dropdown-search .search-rela .hot-words .item {
  display: inline-block;
  background-color: #f4f4f4;
  color: #999;
  margin-right: 26px;
  margin-bottom: 24px;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.dropdown-search .search-rela .hot-words .item:hover {
  color: #000;
}

.dropdown-search.show {
  height: auto;
  opacity: 1;
  z-index: 11;
  padding: 50px 0 100px;
}

.news-tit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-tit span {
  font-family: "fzgyhjt";
  font-size: 26px;
  line-height: 26px;
  color: #f42324;
}

.news-tit a {
  font-size: 16px;
  color: #333;
  letter-spacing: 3px;
}

.footer {
  padding: 50px 0 37px;
}

.footer .container {
  width: 1200px;
}

.footer .selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .selects select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
  width: 272px;
  height: 40px;
  border: 1px solid #a2a2a2;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  color: #5f5b5b;
  background: url("../images/drop-down.png") no-repeat right 12px center/28px;
}

.footer .selects select option:first-child {
  font-weight: bold;
}

.footer .fnav {
  margin-top: 70px;
  text-align: center;
}

.footer .fnav a {
  font-size: 16px;
  color: #5f5b5b;
  line-height: 18px;
  margin-right: 52px;
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer .conac {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 200px;
}

.footer .info {
  text-align: center;
}

.footer .info p {
  font-size: 16px;
  color: #474747;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.footer .info p i {
  margin: 0 6px;
}

.footer .info p img {
  margin-right: 4px;
}

.footer .info a {
  color: #474747;
}

.fixed-sidebar {
  width: 50px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  right: 50%;
  margin-top: -100px;
  margin-right: -820px;
  z-index: 9;
}

.fixed-sidebar .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #767676;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fixed-sidebar .item:hover {
  color: #f4292a;
}

.fixed-sidebar .item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-sidebar .icon-weixin::before {
  content: "\f2b5";
}

.fixed-sidebar .icon-weibo::before {
  content: "\f2b9";
}

.fixed-sidebar .icon-phone::before {
  content: "\f15a";
}

.fixed-sidebar .icon-home::before {
  content: "\ee1c";
}

.fixed-sidebar .icon-top::before {
  content: "\f250";
}

.fixed-sidebar #top {
  display: none;
}

.fixed-sidebar .qr {
  display: none;
  position: absolute;
  top: 0;
  right: 50px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fixed-sidebar .icon-home a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1601px) {
  body {
    min-width: 1500px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1601px) {
  body {
    min-width: 1200px;
  }
  .container {
    width: 1200px;
  }
  .header .logo {
    margin-right: 0;
  }
  .header .header-tool {
    width: 220px;
  }
  .header .nav .menu {
    width: 780px;
  }
  .header .nav .menu li a {
    font-size: 15px;
  }
  .main .banner {
    width: 826px;
  }
  .main .important-news {
    width: 352px;
  }
  .wrapper {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  body.waphidden {
    overflow: hidden;
  }
  .ershida {
    height: 29.33vw;
    background: url("//i.bjwmb.gov.cn/p/2022/10/17/220e880a2f2188aabca7f0e31ee9dc98.jpg") no-repeat center top/contain;
  }
  .layout {
    display: block;
  }
  .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 4vw 0;
    background-color: #f4f4f4;
  }
  .header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 3.73333vw;
  }
  .header .container {
    background-color: #fff;
    padding-top: 6.13333vw;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .logo {
    width: 32vw;
    height: auto;
    display: none;
    margin-right: 0;
  }
  .header .mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .mobile .mobile-search {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 79.2vw;
    height: 8vw;
    background: #f2f2f2;
    border: 1px solid #ebebeb;
    border-radius: 30px;
  }
  .header .mobile .mobile-search input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3.73333vw;
    width: 75%;
    height: 100%;
    line-height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 2.66667vw;
    color: #868686;
  }
  .header .mobile .mobile-search .search-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    height: 8vw;
    background: linear-gradient(-72deg, #ffa08a 0%, #f42324 100%);
    font-size: 3.2vw;
    color: #fff;
  }
  .header .mobile .mobile-search .search-action::before {
    content: "";
    display: block;
    width: 4.26667vw;
    height: 4.26667vw;
    margin-right: 2.13333vw;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABEZJREFUaEPtmFeoXVUQhr8f3wQRCyr28qCCPqhoAirig4IlimjUYE9ii11RsGECFkywYYlRYyNqDEnEGAsWUF/sEUSigqBijfVFfPHhl8F1wnJ7zj5r7Zyr98Id2HDYZ9Y/86/Za2bNiAkumuD+M0ng/47gZAQiArb3AnYFtkyPgZ+AH4H3JMXvMZHOEbC9H3AccCwQBNrkeeAF4BlJ34+SSTWB5Pg5QDy18h3wILBoVESqCNieDizr4/UHwGogHIxnU2B/4ID0bNRY8wVwtaSna3egqV9MwPaZwCMNgNuAxZI+GeSI7c2Ag4GrgAMbeldIun1DSBQRsD0XuCEz9CtwoqTXaozbDhJXpoPeWzpNUkSvkwwlYPtS4I4M/QlJp3ay9nfG2h1YAEzLMKZIercLZisB21OAtzPglyQd0cVQvsb2dkA4vG16vwaYKunPWuxhBJYApyTQdZK2qTXQcjYiBa/M/u90HgYSsB07Hbm7JzMkLR0VgcCxfXNko4T5ZYrCuhobbQQeAmYlsHmS4iCPXGx/DuyWgOdIWlhjpI1A5OqdE9ghkt6sAS7VtR0On5f0V0g6oXRt6PUlYHtv4KOx+Pabztk+KhXB+Os3SZuPgsAxwLMJaIPSZokztn8Atk66O0r6umRdWwRmRoVNIDMlNStwKX6Rnu37gPOT8uGSXila2PIJRcW8NYFMl7S8FLCLXoPARZLuKcUZdAai3M9PINdLurEUsIue7VVZZb5AUkSkSAYRyC9u/8UZeB+I/iLkUEmvF3nf8gkdCUQTErJGUg+8FLdKz/a32bViq5oOblAEdgKiMob8EYVGUmSKkUtqkCICIV9J6tWeIltthWwtsGdCuUbSLUWIlUq2F2Xd3RJJp9VAtBF4ADg7gUW530fS7zXgw3Qbux/q50oKu8XSRuAw4OUM6WJJdxcjFyg2dv8z4CBJPxcsXa8y7DodDl+YtD+UtG8NeJtun/56lqSHa/GHEdgBeAPYJQG/Cpwl6ZtaQ7l+H+dXSjq+C2ZJS3kSkPcBHwOzJb3TxeCAycb2kiKVVstQAoFo+3IgJhA9+SUduBWlFm1vAcRm3NtYU1W4mvaKCCQSRwPPNQAiO70IPCkp753Xq9meCsQQ4HRgk8b6iOTidJjfkvRo6Yb09IoJJBIxqLo/UmofQ58CzWIXPfQefXTj7hODrbW2Y1AWA7OQmyRdV0OiikAisXEaUsWFL37XSKTK+Xm26TMwWyApbsNFUk2gh2o7ohCZo2a4u6xfnrcdt91rM4/vkhTzqKHSmUCOPIrxuu24vkdUe7JQ0pxhDEZCYJiR0v9t3wlckunH3HV22/pxRSCdsby9jFePSzpjEIlxRyCRyGdS8WqppBn9SIxLAonEY6l29Py+TFJ8Yv+QcUsgkXgKODl5PFfSvAlFIJGI/jy6tMhK/5qbjusIlGSvSQIluzSWOpMRGMvdLcH+C/4+cECFRUN5AAAAAElFTkSuQmCC") no-repeat center/contain;
  }
  .header .mobile .back {
    margin-left: -3.2vw;
    width: 21.33333vw;
    font-size: 10.66667vw;
  }
  .header .mobile .back::after {
    content: "\ea64";
    color: #f42324;
  }
  .header .mobile .logo {
    display: block;
  }
  .header .mobile .mobile-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 21.33333vw;
    height: 8.53333vw;
  }
  .header .mobile .mobile-search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 8.53333vw;
    height: 8.53333vw;
    font-size: 8.53333vw;
  }
  .header .mobile .mobile-search-icon:before {
    content: "\f0cd";
    color: #f42324;
  }
  .header .mobile .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 9.06667vw;
    width: 8.53333vw;
    height: 8.53333vw;
  }
  .header .mobile .mobile-nav::before {
    content: "\eeba";
    color: #f42324;
  }
  .header .mobile .mobile-nav.active {
    font-size: 10.13333vw;
  }
  .header .mobile .mobile-nav.active::before {
    content: "\eb98";
  }
  .header .nav {
    overflow: auto;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 21.33333vw;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header .nav .menu.pc {
    display: none;
  }
  .header .nav .menu.wap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .nav .menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 3.73333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
  }
  .header .nav .menu li {
    line-height: 10.66667vw;
    position: relative;
  }
  .header .nav .menu li + li {
    border-top: 1px solid #ebebeb;
  }
  .header .nav .menu li a {
    width: 100%;
    font-size: 4.26667vw;
    color: #383838;
    font-weight: normal;
    line-height: inherit;
  }
  .header .nav .menu li a:hover {
    color: #383838;
  }
  .header .nav .menu li .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav .menu li .cell a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header .nav .menu li .cell span {
    display: block;
    width: 8vw;
    text-align: center;
    line-height: 8.53333vw;
    font-size: 6.93333vw;
    color: #8c8c8c;
  }
  .header .nav .menu li .sub {
    overflow: hidden;
    display: none;
  }
  .header .nav .menu li .sub a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 3.73333vw;
    padding-left: 2.66667vw;
  }
  .header .nav .menu li .sub a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ff0000;
    margin-right: 2.66667vw;
  }
  .header .nav.show {
    display: block;
    height: calc(100% - 21.33333vw);
    opacity: 1;
  }
  .header .header-tool {
    display: none;
  }
  .search-page-wrap {
    display: none;
  }
  .dropdown-search {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    z-index: 13;
    top: 0;
    padding: 0;
  }
  .dropdown-search .dropdown-search-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 6.13333vw 3.73333vw;
  }
  .dropdown-search .dropdown-search-wrap .dropdown-search-input {
    padding-right: 26.66667vw;
  }
  .dropdown-search .dropdown-search-wrap .dropdown-search-input input {
    width: 100%;
    padding-right: 0;
  }
  .dropdown-search .dropdown-search-wrap .dropdown-search-input .dropdown-search-btn {
    width: 8.53333vw;
    height: 8.53333vw;
    right: 14%;
    background: none;
    font-size: 8.53333vw;
  }
  .dropdown-search .dropdown-search-wrap .dropdown-search-input .dropdown-search-btn::before {
    content: "\f0cd";
    color: #4a4a4a;
  }
  .dropdown-search .dropdown-search-wrap .dropdown-close {
    display: block;
    position: absolute;
    width: 6.66667vw;
    height: 6.66667vw;
    right: 3.73333vw;
    top: 9.33333vw;
  }
  .dropdown-search .dropdown-search-wrap .dropdown-close img {
    width: 100%;
    height: 100%;
  }
  .dropdown-search .search-rela h4 {
    font-size: 5.33333vw;
  }
  .dropdown-search .search-rela .hot-words .item {
    padding: 2.66667vw 5.33333vw;
    font-size: 3.73333vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
  .footer {
    padding: 5.33333vw 0;
    background-color: #f52b2b;
  }
  .footer .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 3.73333vw;
    background-color: #f52b2b;
  }
  .footer .selects,
  .footer .fnav,
  .footer .conac,
  .footer .qrcode {
    display: none;
  }
  .footer .fnav {
    margin: 0;
    text-align: center;
  }
  .footer .fnav a {
    font-size: 3.73333vw;
    margin: 0 2.66667vw;
  }
  .footer .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .row .info p {
    display: block;
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 0;
    color: #fff;
  }
  .footer .row .info p a {
    color: #fff;
  }
  .footer .row .info p i {
    display: block;
  }
  .footer .row .info p img {
    vertical-align: middle;
  }
  .footer .flogo {
    width: 45.33333vw;
    margin: 8vw auto;
  }
  .footer .copyright {
    margin: 0;
  }
  .footer .copyright span {
    display: block;
    font-size: 3.2vw;
    color: #666;
    line-height: 5.33333vw;
  }
  .footer .copyright a {
    color: #666;
  }
}
